/*style top menu*/


/*--navigation wrapper--*/
#navwrapper {
	margin:0 auto;
	background-color: #474B4C;
	
	
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:2px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	
}

/*--main nav links style--*/
#nav a {
	display:block;
	padding:3px 7px 0px 7px;
	color:#ccc;
	text-decoration:none;
}

#nav a.dmenu {

}

#nav a.dmenu:hover {
	color:#474B4C !important;
	background-color: #DD4B3 !important;
}

#nav li {
	float: left;
}

#nav li EDEDED

/* hide from IE, mac */
#nav li {position: static; width: auto;}
/* end hiding from IE5 mac */

/*--drop down menu styling--*/
#nav li ul {
	position: absolute;
	display: none;
	margin-left:-1px;
	padding-bottom:10px;
	background-color: #FFFFFF;
	border: 1px solid #bbb;
	border-top:none;
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
	/*--make it top of all the elements on page, so that it can be visible--*/
	z-index:5000;
}

#nav li:hover a, #nav a:focus,
#nav a:active {
	padding:3px 7px 0px 7px;
	color:#535758;
	background:#EDEDED;
	text-decoration:none;
}

#nav li ul, #nav ul li  {
	width: 15em;
	
}

/*--drop down menu styling is different from main nav, strict rule--*/
#nav ul li a  {
	color: #535758 !important;
	border-right: 0;
}
#nav ul li a:hover  {
	color:#474B4C !important;
	background-color: #EDEDED !important;
	border-right: 0;
}

/*--the selected, current item in the navigation menu--*/
#nav a.current{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	border-top:4px solid #C33;
	padding-bottom:0px; /*--removing 2px border from 7px padding--*/
	padding-top: 4px;
	line-height: 12px;
}

#nav a.current:hover{
	padding-bottom:0px; /*--removing 2px border from 7px padding--*/
	background-color:transparent;
	color: #FFF;
		padding-top: 4px;

}

#nav a.logout {
	padding-left: 40px;
}

#nav a.logout:hover{
	padding-left: 40px;

}
#nav ul.messagetop {
width: 45em;

}

#nav li.messagetop {
width: 45em;
}

#nav li:hover ul {
	display: block;
}

#nav li:hover ul a{
	color: #000000;
	background-color: transparent;
}

#nav ul a:hover {
	background-color: #EDEDED!important;
	color: #FFFFFF !important;
}

 /*--used in drop down menu items--*/
.menuseprator{border-bottom:1px solid #ddd; margin:10px 0 10px 0;}

/*--for showing down arrow in drop down menu item--*/
.arrowdown{color#eee; font-size:0.5em;}  

/*--for the left navigation menu--*/
.floatleft{float:left;} 

/*--for the right options navigation menu--*/
.floatright{float:right} 

/*--clear all floating, left and right--*/
.clear{clear:both;} 
