/*--------------------------[ Main Elements ]--------------------------*/
#topMenu
{
	position: absolute; /*width: 100%;*/
	top: 162px;
	z-index: 101;
	margin: 0;
	width: 999px;
	border-bottom:solid 1px #000;
	height:35px;
}
#nav
{
	position: relative;
	font: normal normal bold 13px Arial,Verdana,sans-serif;
	height: 33px;
	color: #ccffcc;
	list-style: none;
	width: 999px;
	margin:0;
	padding:0;
		margin-left:5px;
}
/*--------------------------[ End Main Elements ]--------------------------*/

/*--------------------------[ Sub menus Div ]--------------------------*/
/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW
{
	display: none;
	position: absolute;
	overflow: hidden; /*the 2px left & right padding lets you have a 1px border on the ul or ol inside since overflow is set to hidden*/
	padding: 0;
	margin: 0;
}
/*--------------------------[ End Sub menus Div ]--------------------------*/

/*--------------------------[    ULs and OLs    ]--------------------------*/
/* All ULs and OLs */
#nav ul
{
	margin: 0;
	padding:0;
	list-style: none;
}

/*--------------------------[  End ULs and OLs  ]--------------------------*/

/* all menu links */
#nav a
{
	text-decoration: none;
	color: #ccffcc;
}

/* All menu links on hover or focus */
#nav a:hover
{
	color: #ffff00; /*background: transparent url( '../CSSImages/topMenu/menu_bg_active.gif' ) repeat-x bottom left;*/
}

/* List items in main menu */
#nav li
{
	/*great place to use a background image as a divider*/
	position: relative;
	padding: 0; /* Space between horizental menu Items */
	float:left;
	margin:0;
}

#nav li a.current span
{
}

/*Only pointer for <a> with true link*/
#nav li a:link, #nav li a:visited, #nav li a
{
	cursor: pointer;
	cursor: hand;
	height: 33px;
	background: transparent url( '../CSSImages/topMenu/menu_bg.gif' ) repeat-x bottom left;
	width: 162px;
	text-align:center;
	margin-right: 3px;
	float:left;
}

#nav li a.current
{
	color: #000; /*background: url( '../CSSImages/topMenu/menu_left_active.gif' ) no-repeat top left;*/
	background-color:#fff;
	background-image:none;
	border-left:solid 1px #000;
	border-top:solid 1px #000;
	border-right:solid 1px #000;
	margin-top:2px;
}
#nav li a span,#nav li a:link span
{
	display:block;
	margin-top:10px;
	text-align:center;
}
















/*---------------[   Don't Change This Section Just Incase needed   ]---------------*/


/* ---[ extra positioning rules for limited noscript keyboard accessibility ]-------*/

#nav li a:focus + ul
{
	margin-left: 0;
	margin-top: 2.2em;
}
#nav li li a:focus + ul
{
	left: 0;
	margin-left: 1010em;
	margin-top: -2.2em;
}
#nav li li a:focus
{
	left: 0;
	margin-left: 1000em;
	width: 10em;
	margin-top: 0;
}
#nav li li li a:focus
{
	left: 0;
	margin-left: 2010em;
	width: 10em;
	margin-top: -1em;
}
#nav li:hover a:focus
{
	margin-left: 0;
}
#nav li li:hover a:focus + ul
{
	margin-left: 10em;
}
#nav ul li a span
{
	color: #fff;
}
/* ---------------------[ End of extra positioning rules ]--------------------------*/


/* -------------[ The below is just for non-javscript users ]---------------*/
#nav li li
{
	float: none;
}

#nav li li a
{
	/* Just submenu links*/
	position: relative;
	float: none;
}

#nav li ul
{
	/* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top: 2.2em;
}

/* third-and-above-level lists */
#nav li ul ul
{
	margin: -1em 0 0 -1000em;
}
#nav li:hover ul ul
{
	margin-left: -1000em;
}

/* lists nested under hovered list items */
#nav li:hover ul
{
	margin-left: 0;
}
#nav li li:hover ul
{
	margin-left: 10em;
	margin-top: -2.5em;
}
/* -------------[ End The below is just for non-javscript users ]---------------*/


/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav a
{
	margin: 0;
	float: left;
}

/*----------------------------[   Buttens???   ]----------------------------*/

/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn
{
	background: url(../img/arrow_right.gif) right center no-repeat;
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused
{
	background: url(../img/arrow_right_over.gif) right center no-repeat;
}

/* Parent Main Menu Links ---[javascript users only]*/
.mainMenuParentBtn
{
	background: url(../img/arrow_down.gif) right center no-repeat;
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused
{
	background: url(../CSSImages/topMenu/arrow_down_over.png) right center no-repeat;
}
/*----------------------------[  End Buttens???   ]----------------------------*/


/*----------[   End Don't Change This Section Just in needed Incase   ]----------*/
