/**
Stylesheet for SooperFish by www.SooperThemes.com
*/

/* Theming the menu */

ul#nav {
	float:left;
	width: 920px;
	padding-left: 30px;
}
/* width should equal 820 or whatever the #hodan-header width is in default.css or other .css file */


ul#nav ul {
/*	background-color: #F3F3F3;  */
}

ul#nav li a {
	padding:5px 15px;
	font-family:helvetica,arial,verdana,sans;
	text-decoration:none;
	color:#000000;
/*	border-bottom:01px solid;  */
/*	border-bottom-color: #000000;  */
/*	background-color: #f3f3f3;  */
}

/* style for nav link tabs moved to default.css so PIE will work to make rounded corners in IE */

div.sf-arrow {
top:18px;
right:2px;
/* background-image:url(../js/images/arrows-white.png); */
}

ul ul div.sf-arrow {
right:12px;
top:16px;
}