﻿/* MENU */
#standardMenuContainer
{
	height:200px;	
	background-repeat:repeat-x;
	
}
#standardMenuMenu
{
	width:940px;
	margin:0;
	position:relative;
	z-index:98;
	margin-right:4px;
	height:54px;
	overflow:visible;
}
#standardMenuHeaderImage
{
	width:940px;
	margin:0;
	position:absolute;
	top:50px;
	overflow:hidden;
	z-index:1;
}
#standardMenuPurchaseContainer
{
	position:absolute;
	top:0;
	right:20px;
	height:79px;
	width:154px;
	z-index:99;
}
#standadrdMenuPurchase
{
	position:relative;
	top:0;
	margin:0 auto 4px auto;
}
#standadrdMenuPurchase a
{
	text-decoration:none;	
	display:block;
	height:75px;
	width:150px;
	
}
#standadrdMenuPurchase img
{
	border:0;	
}
.separator_yellow
{
	background-image: url('../images/double_dot_yellow.png');
	background-repeat:repeat-x;	
	float:right;
	margin:0 20px;
	width:640px;
}
div#divmenu
{
	height:230px;
	background-color:#505050;
	background-image:url('../Images/menu_bg_gry.png');
	background-repeat:repeat-x;
	overflow:hidden;
	border-left:solid 1px transparent;
	border-right:solid 1px transparent;
	border-bottom:solid 1px #999999;
}
div#swingProLogo
{
	float:left;
	margin:0;	
}
ul#menu {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
ul#menu li {
	float:left;
	width:auto;
	margin:0;
	padding:0 10px 0 0;
	height:50px;
	text-align:left;
	background-image:url('../Images/menu_bg_blue.jpg');
	background-repeat:repeat-x;
	line-height:12px;
	position:relative;
	display:inline;
	/*border-bottom:dotted 1px #CCC;*/
}
ul#menu li span.sub_text
{
	font-size:7pt;
	color: #fde34b; /*#33b02d; #8ad964;*/
	font-weight:normal;
	
}
ul#menu li a {
	display:block;
	padding:12px 4px 14px 4px;
	color:#eaebe9;
	text-decoration:none;
	font-weight:bold;
}
ul#menu li a:hover {
	background-color:#282828;
	color:#FFFFFF;
}
ul#menu li a:hover span.sub_text {
	color:#fde34b;
}
ul#menu li.active
{
	background: #fff6c4;
	float:left;
	width:auto;
	margin:0 4px 0 2px;
	padding:0;
	height:44px;
	text-align:left;
	line-height:12px;
	overflow:hidden;
	/*border-bottom:dotted 1px #fcd809;*/
}
ul#menu li.active a {
	display:block;
	padding:10px 10px 12px 10px;
	height:100%;
	color:#000;
	text-decoration:none;
}
ul#menu li.active a:hover {
	display:block;
	padding:10px 10px 12px 10px;
	height:100%;
	color:#FFF;
	text-decoration:none;
	background: transparent url('../Images/menu_bg_blue.jpg') repeat-x top left;
}
ul#menu li.active span.sub_text
{
	font-size:7pt;
	color:#505050;	
}

ul#menu li span.subtoggle { /*--Drop down trigger styles--*/
	width: 12px;
	height: 35px;
	float: right;
	padding-left:4px;
	background: url(../Images/menu_dropdown_arrow.png) no-repeat center top;
}
ul#menu li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul#menu li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 50px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
}
ul#menu li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul#menu li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul#menu ul.subnav li.active a {
	float: left;
	width: 145px;
	background: #FFF6C4 url(dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul#menu li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;
}

/* END MENU */