/*Main Navbar */

#nav { background-color: #7ccce4; background-position: left top; bottom: 0; left: 0; margin: 0; padding: 0; }
	
#nav, #nav ul { width: 940px; list-style: none; line-height: 40px; background-color: #7ccce4; }

#nav a, #nav { background-color: #7ccce4; background-repeat: no-repeat; background-attachment: scroll; background-position: right top; display: block; border: none; }
#nav a:hover, #nav a:active { color: #800080; background-color: #7ccce4; background-repeat: no-repeat; background-attachment: scroll; background-position: right top; text-decoration: underline; display: block; border: none; }
#nav li {
	float: left;
	list-style: none;
	}

#nav a, #nav a:visited { display: block; color: #633da0; padding: 0 20px; }

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	text-decoration: none;
	}	
	
	
/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	margin: 0;
	padding: 0;
	height: auto;
	width: 174px;
	line-height: 30px;
	}

#nav li li { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 172px; }

#nav li li a, #nav li li a:visited { font-weight:normal; font-size:0.9em; color:#800080; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }

#nav li li a:hover, #nav li li a:active { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-decoration: underline; }	
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

a.main:hover
{ background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-decoration: underline; }