
/* Structure
------------------------------------------*/
#coolMenu,
#coolMenu ul {
	list-style: none;
	margin:0;
	padding:0;
}
#coolMenu li {
	display:inline;
    border-right:1px solid #26a9e1;
}

#coolMenu li:last-child  { border-right:0 !important; }

#coolMenu > li {
	/*float: left;*/
    position:relative;
}
#coolMenu li a {
    display:inline-block;
    color:#ffffff;
    text-align:center;
    font-size:0.875em;
    letter-spacing:1px;
    padding:10px 0.5em;
	text-decoration: none;
}

#coolMenu li:last-child a { padding-right:0 !important; }

#coolMenu ul {
	position: absolute;
    left: 0;
	display: none;
	z-index: 2001;
}
#coolMenu ul li a {
	min-width: 150px;
    border-bottom: 1px dotted #02203a;
}
#coolMenu li:hover ul.noJS {
	display: block; 
}


/* Main menu
------------------------------------------*/
#coolMenu {
	/*font-family: Arial;
	font-size: 12px;
	background: #9c8679;*/
    width: 100%;
    text-align:left;
}
#coolMenu > li > a {
	color: #fff;
}
#coolMenu > li:hover > a {
	/*background: #f09d28;*/
	color: #26a9e1;
}


/* Submenu
------------------------------------------*/
#coolMenu ul {
	background: #26a9e1;
	/*background-image:url('../../../images/menuback.png');*/
}
#coolMenu ul li a {
	color: #fff;
    font-size: 0.875em;
}
#coolMenu ul li:hover a {
	color: #02203a;
    /*background: #c2b59b;*/
}