@charset "UTF-8";



/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */

ul.MenuBarHorizontal, ul.MenuBarVertical {
	postion: relative;
	margin: 0px;
	padding: 0px 0px 0px 0px;	/* pad the text */
	list-style-type: none;
	cursor: default;
	width: auto;
}
ul.MenuBarVertical {
	width: 185px;
}

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive {
	z-index: 100;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li, ul.MenuBarVertical li {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
}
ul.MenuBarVertical li {
	width: 185px;
}


/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul,ul.MenuBarVertical ul
{
	position: absolute;
	top: 32px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 50;
	cursor: default;
	width: 185px;
	left: -1000em;
	background-color:#000;

}
/* Text for Drop down */
ul.MenuBarHorizontal li.r1, ul.MenuBarVertical li.r1
{
	font-size: 14px;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible , ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: auto;
	padding-bottom: 0px;
	padding-top: 0px;
}


/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li, ul.MenuBarVertical li, ul.MenuBarVertical ul li
{
	width: 185px;
	height: 31px;
	background:url(/images/navbg.png)
}
ul.MenuBarHorizontal ul li.r2, ul.MenuBarVertical li.r2, ul.MenuBarVertical ul li.r2
{
	width: 185px;
	height: 31px;
	background:url(/images/navr2.png)
}


/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 100%;
	background-color: #000;
	padding-bottom: 0px;
	padding-top: 5px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible, ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: auto;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul, ul.MenuBarVertical ul
{
	
}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a, ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	text-decoration: none;
}


/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus, ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	/* background-color: #33C; */
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, 
ul.MenuBarVertical a.MenuBarItemHover, 
ul.MenuBarVertical a.MenuBarItemSubmenuHover, 
ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	width: 185px;
	height: 31px;
 	background:url(/images/navover.gif) bottom left no-repeat;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu, ul.MenuBarVertical a.MenuBarItemSubmenu
{
	margin-right: 4px;
	padding: 6px 17px 0px 17px; /* pad the text */
	text-align:center;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu, ul.MenuBarVertical ul a.MenuBarItemSubmenu
{
/* 	background-image: url(/skins/pokercsV2/images/navSideRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%; */
	
	
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
* html ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal li.MenuSingle a.MenuBarItemHover{ /* ie6 hack */
	background-color: #162141;
	background-image: url(/images/spacer.gif);
}

ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal li.MenuSingle a.MenuBarItemHover
{
	padding: 6px 16px 5px 16px; /* pad the text reset padding to account for the border */
	background-image: url(/images/transWhite.png);
	border-left: 1px solid #3e4552;
	border-right: 1px solid #3e4552;
	border-top: 1px solid #000;
	border-bottom: 1px solid #424242;

}



/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
/* 	background-image: url(/skins/pokercsV2/images/navSideRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%; */
}




/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe, ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 45;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE, ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	}
}


/* Text Link Colors */
ul.MenuBarHorizontal a:link,
ul.MenuBarHorizontal a:visited,
ul.MenuBarVertical a:link,
ul.MenuBarVertical a:visited {
	color: #ffffff;
}
ul.MenuBarHorizontal a:hover,
ul.MenuBarVertical a:hover {
	color: #ffffff;
}



/*  First drop down menu position overide if required in skin */
ul.MenuBarHorizontal li.MenuFirst ul.MenuBarSubmenuVisible 
{
	/*  change this value to move the first drop down left or right */
/* 	left: 0px;	
	float: left;
	padding-bottom: 0px;
	padding-top: 0px; */

}
/*  Last drop down menu position overide if required in skin */
ul.MenuBarHorizontal li.MenuLast ul.MenuBarSubmenuVisible 
{
	postion: relative;
	right: 0px;	/*  change this value to move the last drop down left or right */
	padding-bottom: 0px;
	padding-top: 0px;
}


ul.MenuBarHorizontal li ul li.MenuBottomPadding {
	top: 0px;
	height: 46px;
	width: 185px;
	background: url(/images/navfoot.png) no-repeat;

}
ul.MenuBarHorizontal li ul li.MenuBottomPadding a:hover {
	height: 46px;
	width: 185px;
	background: url(/images/navfoot_over.png) no-repeat;

}

ul.MenuBarHorizontal li ul li.MenuTopPadding {
	top: 0px;
	line-height: 0px;
	height: 7px;
	width: 185px;
	background: url(/images/navhead.png) no-repeat;
	background-position: bottom left;
}

* html ul.MenuBarHorizontal li.MenuNavSelect a.MenuBarItemSubmenu, ul.MenuBarVertical a.MenuBarItemSubmenu{ /* ie6 hack */
	background-color: #162141;
	background-image: url(/images/spacer.gif);
}
ul.MenuBarHorizontal li.MenuNavSelect a.MenuBarItemSubmenu, ul.MenuBarVertical a.MenuBarItemSubmenu {
	padding: 6px 10px 5px 10px; /* pad the text reset padding to account for the border */
	background-image: url(/images/transWhite.png);
	border-left: 1px solid #3e4552;
	border-right: 1px solid #3e4552;
	border-top: 1px solid #000;
	border-bottom: 1px solid #424242;
}

#nav {
	position: absolute;
	font-family: "Calibri", Helvetica, Verdana, Arial, sans-serif;
	top: 3px;	/* master text level */
	left: 2px;
	padding: 0px;
	margin: 0 auto;
	width: 906px;
	z-index: 40;
}

.navlink {

	margin-left: 28px;
	line-height: 30px;
}
/* sidenav */
#sidenav {  
	font-family: "Calibri", Helvetica, Verdana, Arial, sans-serif;
	position: relative;
 	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;

}

ul.MenuBarVertical li.navhead{
	position: absolute;
	height: 0px;
	width: 185px;
}
ul.MenuBarVertical li.navfoot, 
ul.MenuBarVertical li.navfoot a.MenuBarItemHover { /* sidenav footer */
	height: 53px;
	width: 185px;
	display: table-caption;
	background: url(/images/sidenavfoot.png) bottom left no-repeat;
	vertical-align: bottom; /* ie 3px <li> bug fix */
}

ul.MenuBarVertical li.heading {	/* sidenav heading */

	text-transform : uppercase;
	font-weight: bold;
	font-size: 14px;
	width: 152px;		/* width is 185px, need to subtract 33 for padding ie6 work around */
	padding-left: 33px;	/* this line effects the line above */
	height: 27px;
	line-height: 1.8;
	display: block;
	background: url(/skins/carbonBlue/images/navbgHeading.png) no-repeat;
	font-family: "Calibri", Helvetica, Verdana, Arial, sans-serif;

}
