
.divider{
	height: 27px;
	width: 1px;
	display: block;
	background: url(/images/global_interface/nav/space.jpg) center top no-repeat;
	float: left;
	}

#cssdropdown{
	position: absolute;
	/*top: 30px;*/
	}


#cssdropdown, #cssdropdown ul{
	padding: 0;
	margin: 0;
	list-style: none;
	}

#cssdropdown li {
	float: left;
	position: relative;
	}

.mainItems{
	float: left;
	}
.mainItems span{
	/*float: left;*/
	}
.mainItems a{
	margin: 0 0 0 0;
	text-decoration: none;
	color: #000 !important;
	padding: 7px 10px 7px 20px;
	background: url(/images/global_interface/leftnav_normlist.gif) 10px 11px no-repeat;
	float: left;
	font-weight: bold;
	}


#cssdropdown li:hover a, li.over a,
.mainItems .active,
.mainItems a:hover{
	color: #fff !important;
	background-color:#cd123f;
	text-decoration: none !important;
	}
	

.subItems{
	display: none;
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 25px;
	}

.subItems li{
	width: 100%;
	}

.subItems li a{
	background-color:#cd123f;
	background-image:none;
	color: #fff !important;
	display: block;
	padding: 5px 10px;
	width: 200px;
	}
	
.subItems li a:hover{
	background: #b51038 !important;
	}


#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 0;
	margin-top: 0;
	left: 0;
	margin-left: 0;
	padding-top: 27px;
	}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	}
	
#restofcontent { /*wrap rest of content of the page inside this div*/
	clear: left;
	}

/*-------------------------------------*/
.menuCenter{
	float:left;
	margin: 0;
	padding:0;
	}
.menuCenter ul{
	position:absolute;
	}
.menuCenter ul,
.menuCenter ul li{
	margin:0;
	padding:0;
	list-style:none;
	float: left;
	}
.menuCenter ul li{
	float: left;
	}
.menuCenter ul li a{
	margin: 0 0 0 0;
	text-decoration: none;
	color: #000 !important;
	padding: 7px 10px;
	float: left;
	font-weight: bold;
	}
.menuCenter ul li.active a,	
.menuCenter ul li a:hover{
	color: #fff !important;
	background-color:#cd123f;
	text-decoration: none !important;
	}

* html .subItems{
	
	top: 25px;
	}
* html .nav,
* html #cssdropsown{
	width: 550px;
	height: 25px;
	}

