
/* ------------------------------------------------------------------
---------- BASE LAYOUT ----------------------------------------------
------------------------------------------------------------------ */
body {
	text-align: center;  /* centering the page container, 
							text-align will be reset to left 
							inside the container */
	margin: 0;
	padding: 0;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background:#000000 url(images/bg.gif) top center no-repeat;	
	/* more  ... */
	}


a:link, a:visited, a:active {
	color: #666666; 
	font-weight: bold; 
	text-decoration: none; 
	}
	
a:hover {
	color: #cc0000;
	font-weight: bold; 
	text-decoration: underline; 
	}
	


ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
	}

ul ul, ul ol, ol ul, ol ol {
	/* remove margins on sub-lists */
	margin-top: 0;
	margin-bottom: 0;
	}

h1 {font-size: 2.15em; font-weight: bold;}
h2 {font-size: 1.85em; font-weight: bold;}
h3 {font-size: 1.6em; font-weight: bold; }
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}


	
hr {
	display: block;
	height: 2px;
	border: none;
	margin: 0.5em auto;
	color: #cccccc;
	background-color: #cccccc;
	}

table {
	font-size: 1em; /* use the body's font size in tables, too */
	}	

/*-------------------- WRAPPER for MIN / MAX width --------*/

div#wrapper {
	text-align: center;  
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 990px;
	background:#FFFFFF;
	border-left:10px solid #FFFFFF;
	border-right:10px solid #FFFFFF;
	/* more  ... */
	}

/*-------------------- CONTAINER for VISUAL styles --------*/

div#container {
	/* more  ... */
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* resetting the "text-align: center" of "wrapper" */
	display: block;
	}

/*-------------------- LAYOUT to keep it all together -----*/
	
table#layout {
	font-size: 100%;
	width: 100%;
	table-layout: fixed;

	}

	
/* ------------------------------------------------------------------
---------- HEADER ---------------------------------------------------
------------------------------------------------------------------ */


/*-------------------- HEADER CONTAINER -------------------*/

td#header {
	width: auto;
	padding: 0;
	height:35px;
	overflow:hidden;
	background:url(images/navmainbg.gif) top left no-repeat;
	}


/*-------------------- LOGO AREA --------------------------*/
#logoarea{
	margin: 0;
	padding:0;
	width: 100%;
	background:url(images/header.png) top no-repeat;
	height:80px;
	}

/*-------------------- BLOG TITLE -------------------------*/


h1.blogtitle {	
	display: block;
	margin:0;


}
	
h1.blogtitle a:link, 
h1.blogtitle a:visited, 
h1.blogtitle a:active {
display:block;
height:80px;
overflow:hidden;
text-align:left;
text-indent:-9999px;
white-space:nowrap;
width:330px;
	}

/*-------------------- BLOG TAGLINE -----------------------*/




p.tagline { 
margin: 0;
padding: 0 0 20px 100px;
font-weight: bold;
color: #666666;
display:block;
}

	
td.feed-icons {
	white-space: nowrap; 
	}

div.rss-box {
	height: 1%; 
	display: block; 
	padding: 10px 0 10px 10px; 
	margin: 0;
	/* more  ... */
	}
	
/*-------------------- COMMENTS FEED ICON -----------------*/

.comments-icon {
	background: transparent url(images/comment-feed-small.gif) no-repeat scroll 0;
	height: 22px;
	line-height: 22px;
	margin: 0 10px 0 0;
	padding-left: 27px;
	/*display: inline-block;*/
	display: block;
	text-decoration: none;
	float: right;
	white-space: nowrap;
	}


/*-------------------- POSTS FEED ICON --------------------*/

.posts-icon {
	background: transparent url(images/post-feed-small.gif) no-repeat scroll 0;
	height: 22px;
	line-height: 22px;
	margin: 0 10px 0 0;
	padding-left: 25px;
	/*display: inline-block;*/
	display: block;
	text-decoration: none;
	float: right;
	white-space: nowrap;
	}



/*-------------------- HORIZONTAL BARS --------------------*/

.horbar1, 
.horbar2 { 
	font-size: 1px;
	clear: both; 
	display: block;
	position: relative;
	padding: 0; 
	margin: 0;
	width: 100%; 
	}


.header-image-container {
	position: relative; 
	margin: 0; 
	padding: 0; 
	/* more  ... */
	/* background: (= header image) will be added in bfa_header_config.php */
	}

	
.titleoverlay {
	z-index: 4;
	position: relative;
	float: left;
	width: auto;
	/* more  ... */
	}


/*-------------------- OPACITY LEFT -----------------------*/

.opacityleft {
	/* more  ... */
	position: absolute; 
	z-index: 2; 
	top: 0; 
	left: 0; 
	/* more  ... */
	}


/*-------------------- OPACITY RIGHT ----------------------*/	
.opacityright {
	/* more  ... */
	position: absolute; 
	z-index: 2; 
	top: 0; 
	right: 0; 
	/* more  ... */
	}


/*-------------------- CLICKABLE HEADER IMAGE -------------*/
div.clickable {
	position:absolute; 
	top:0; 
	left:0; 
	z-index:3; 
	margin: 0; 
	padding: 0; 
	/* more  ... */
	width: 100%;
	}
 
a.divclick:link, 
a.divclick:visited, 
a.divclick:active, 
a.divclick:hover {
	width: 100%; 
	height: 100%; 
	display: block;
	text-decoration: none;
	}


.bodyrow{ 
	width:990px;
	padding:0 0 20px 0;
	margin:0 auto;
}
.bodyleft{ 
	width:690px;
	padding:0 0 0 0;
	margin:0;
	float:left;
}		

	
/* ------------------------------------------------------------------
---------- CENTER COLUMN --------------------------------------------
------------------------------------------------------------------ */

.middle {
	width: 488px;
	padding:0;
	margin:0;
	float:left;
	overflow:hidden;
	border-left:#CCCCCC dashed 1px;
	border-right:#CCCCCC dashed 1px;

	}

.middle .post{
	padding: 5px 10px 30px 10px;
	}

.featured, .featured .content, .featured .footer {
	display: block;

}

.featured {
	/*background:url(images/topstory.gif) #304b98 top no-repeat;*/
	background:url(images/featured.gif) #304b98 top center no-repeat;
	height: auto;
	position: relative;
	z-index: 1;
	margin-bottom:10px;
	height: 190px;
}

.featured .content {
	min-height: 190px;

}


.featured h1 {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	padding: 5px 0 5px 10px;
	margin: 0 1px;
}

/* featured tabs */
.featuredposts {
	position: absolute;
	top: 1px;
	right: 25px;
}

.featuredposts li {
	float: left;
	display: block;
	margin-right: 10px;
}

.featuredposts li a {
	float: left;
	display: block;
	width: 9px;
	height: 9px;
	line-height:9px;
	background: url(images/light_off.png) no-repeat;
}

.featuredposts li a:hover {
	background: url(images/light_bl.png) no-repeat;
}

.featuredposts li a.selected {
	background: url(images/light_on.png) no-repeat;
}

.featuredposts li a.selected:hover {
	background: url(images/light_on.png) no-repeat;
}

.featuredposts_content {
	display: none;
	position: relative;
	z-index: 1;
	background:#304b98;
}


/* content */
.featuredposts_content .thumb {
	position: absolute;
	top: 10px;
	left: 5px;
}

.featuredposts_content .thumb img {
	display: block;
	overflow: hidden;
	border: 1px solid #aaa;
	padding: 1px;
	width:180px;
}

.featuredposts_content .fpost {
	position: absolute;
	top: 10px;
	left: 200px;
	right: 10px;
}

.featuredposts_content .fpost h2 {
	font-family: Georgia;
	font-weight: normal;
	font-size: 14px;
	margin-top:0;
}
.featuredposts_content .fpost h2 a { color:#FFFFFF;}

.featuredposts_content .fpost p {
	margin: 10px 0 0 0;
	line-height: 1.4em;
	text-align: justify;
	color: #FFFFFF;
	font-size:10px;
}

.featuredposts_content .fpost .read{
	display: block;
	height: 13px;
	font-size:12px;
	padding: 15px 0 0 22px;
	background: url(images/ico_more.png) no-repeat;
	background-position: left 15px;
}

.featuredposts_content .fpost .read a {color: #EEEEEE;}
.featuredposts_content .fpost .read a:hover {color: #ff6000}

.middle .post-headline,.middle .besttexas {
	margin:0 0  10px 0; padding-bottom:1px;
	}
	
.middle .post-headline .bestpoker{
	width:468px;
	overflow:hidden;
}
.middle .post-headline table{
	background:#9bc7e6;
	border-collapse:collapse;
	border-spacing:0;
	width:467px !important;
	width:100%;
	overflow:hidden;
	border:1px solid #304B98;
	float:right;
	}

.middle .post-headline table .mouseover{
	background:url(images/top-list-row.gif) top repeat-x;
	height:30px;
	white-space:0;
	}
.middle .post-headline table .mouseover .rank{
	
}	
.middle .post-headline table .mouseover .sitelogo{
	text-align:center;
	width:40px;
	height:26px;
	background:url(images/tl-blue-logo-matrix.png) no-repeat;
	
}
.middle .post-headline table .mouseover .sitelogo a{ display:block; height:26px; }

.middle .post-headline table .mouseover .full-tilt-poker {background-position: center -1133px;}
.middle .post-headline table .mouseover .titan-poker {background-position: center -48px;}
.middle .post-headline table .mouseover .poker-stars {background-position: center -283px;}
.middle .post-headline table .mouseover .william-hill-poker {background-position: center -1050px;}
.middle .post-headline table .mouseover .sportsbook-poker {background-position: center -1259px;}
.middle .post-headline table .mouseover .everest-poker {background-position: center -763px;}
.middle .post-headline table .mouseover .carbon-poker {background-position: center -721px;}
.middle .post-headline table .mouseover .bwin-poker {background-position: center -517px;}
.middle .post-headline table .mouseover .playersonly-poker {background-position: center -557px;}
.middle .post-headline table .mouseover .pacific-poker {background-position: center -400px;}

.middle .post-headline table .room-name_red a,.middle .post-headline table .review_red a{
	color:#34549a;
}
.middle .post-headline table .bonus-value_red{ color:#FFFFFF; font-weight:bolder;}
	
.middle .post-headline table td,.middle .post-headline table th{
	border:1px solid #304B98;
	padding:1px 5px;
}
.middle .besttexas { background:url(images/besttexas.gif) top center no-repeat;}
.middle .besttexas table {	
	border-collapse:collapse;
	background:#FFFFFF;
	border-spacing:0;
	overflow:hidden;
	float:right;
	width:467px !important;
	width:100%;
}
.middle .besttexas h2 {
	margin: 0;
	padding: 0;
	display:block;
	font-size:14px;
	padding: 7px 0 6px 10px;
	color:#FFFFFF;
	/* more  ... */
	}

.middle .besttexas table img { padding:0; margin:0; border:0;}
.middle .besttexas table th { font-size:10px;}

.middle .besttexas table td,.middle .besttexas table th{
	border:1px solid #304B98;
	padding:1px 5px;
}
.middle .post-headline .headline_p{
	padding:5px;
	min-height:110px;
	}
.middle .post-headline .headline_p img{
	float:right;
	width:140px;
	margin-left:5px;
	}
.middle .post-headline h2 {
	margin: 0;
	padding: 0;
	display:block;
	font-size:14px;
	padding: 5px 10px;
	color:#FFFFFF;
	/*background:url(images/toppoker.gif) top no-repeat;*/
	background:url(images/besttexas.gif) top center no-repeat;
	/* more  ... */
	}
.middle .post-headline p{ display:block; line-height:20px; border:1px solid #304b98; border-top:0; margin:0px; padding:5px;}
.middle .post-headline .more a{
	background:#FF0000; color:#FFFFFF; padding:0px 3px;
	}	
.middle .post-body {
	background:url(images/post-body-top.png) #EEEEEE top center no-repeat;
	}
.middle .post-body .post-body-footer{
	height:10px;	
	background:url(images/post-body-footer.png) bottom center no-repeat;
	}	
.middle .screenshots{ padding-bottom:10px;
}
.middle .screenshots h3{ font-size:14px;
}
.middle .screenshots ul{ padding:0; margin:0; list-style:none; display:block; height:auto;
}
.middle .screenshots ul li { float:left; padding:0px 5px;}
.middle .screenshots ul li img { width:133px; height:90px;}
.middle .screenshots ul li a { padding:0; margin:0;}

.middle .post-body h1 {
	padding: 5px 0 5px 15px;
	margin: 0;
	font-size:16px;
	display:block;
	text-align:center;

	}	
.middle .post-body h2 {
	padding: 5px;
	margin: 0;
	font-size:14px;
	display:block;

	}
.middle .post-body h2 a{
	color: #000000;
	text-decoration: none;
	}

.middle .post-body h2 a:hover {
	color: #666666;
	text-decoration: none;
	}
		
.middle .post-body p {
	margin:0 5px;
	padding: 0.8em 0;
	display: block;
	line-height:20px;
	font-size:12px;
	}
.middle .post-body ul,.middle .post-body ol{ margin:5px 20px; padding:0; list-style:outside;}
.middle .post-body li { margin:0; padding:5px 0; display:block; line-height:20px;}
.middle .post-body img { float:left; margin:0px 10px 0 0;}	
/* ------------------------------------------------------------------
---------- RIGHT SIDEBAR --------------------------------------------
------------------------------------------------------------------ */

.right {
	padding:5px 0 10px 0;
	margin:0;
	float:right;
	width:300px;
	overflow:hidden;
	background:#EEEEEE;
	}

/* right sidebar */
.sidebar_r{
	display: block;
	width: auto;  /* without this IE will stretch too-wide select 
					menus but not the other widgets. With 100% IE
					will remove sidebar borders if select menu is
					too wide */
	margin: 0px 5px 5px 5px;
	background:#FFFFFF;
	border:1px solid #D1D1D1;
	padding-bottom:10px;
}
.sidebar_r .arrow { padding:0; margin:0;}
.sidebar_r .arrow a{ color:#FF0000;}

.sidebar_r .plain a{}

.sidebar_r h2{
	border-bottom: 2px solid #EEEEEE;
	color: #000;
	margin: 0;
	font-size:14px;
	padding: 5px;
}
.sidebar_r ul { margin:0; list-style:none; padding:0;}
.sidebar_r li { padding:3px 10px; display:block; margin:0;}
.sidebar_r li strong { width:80px; display:block; float:left;}
.sidebar_r p{ margin:0 auto; text-align:center;}
.sidebar_r .pop_desc { text-align:left; margin:0;}

.sidebar_r table { width:100%; border-spacing:0; margin:0;}
.sidebar_r table th {padding: 5px 0 5px 10px;border-bottom: 1px dashed #DCDCDC;text-align: left;font-weight: bold;}
.sidebar_r table td {padding: 5px 10px 5px 0;border-bottom: 1px dashed #DCDCDC; font-weight: normal;}

.download {display:block; height:40px; line-height:40px; background:url(images/stack-big-green.gif) 0 -95px no-repeat; margin:0 50px; padding-left:55px;}
.goto-big {display:block; height:40px; line-height:40px; background:url(images/stack-big-green.gif) 0 10px no-repeat; margin:0 50px; padding-left:55px;}

.recphoto {
	margin:0; padding:0;
	border-bottom: 1px dashed #ccc;
	height:125px;
}
.recphoto .pic {overflow: hidden; float: left; margin-top:10px; margin-left:5px; border:1px solid #D1D1D1; padding:2px;}

.recphoto img {border:0;}

.recphoto .sum { padding: 10px 5px 0 170px;}
.recphoto .sum h3 { display:block; margin:0; line-height:0.7em;}
.recphoto .sum h3 a { color: #333; font-size:12px; font-weight:bold;}


/* ------------------------------------------------------------------
---------- FOOTER ---------------------------------------------------
------------------------------------------------------------------ */

td#footer {
	width: auto;
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
	background:#0D4176;
}

td#footer a:link, td#footer a:visited, td#footer a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
}

td#footer a:hover {
	text-decoration: none;
	color: #EEEEEEE;
}
	
/* ------------------------------------------------------------------
---------- LEFT SIDEBAR ---------------------------------------------
------------------------------------------------------------------ */

.left {
	float:left;
	padding:5px 0 10px 0;
	width:200px;
	overflow:hidden;
	background:#EEEEEE;
	}

/* ------------------------------------------------------------------
---------- WIDGETS --------------------------------------------------
------------------------------------------------------------------ */
 
div.widget {
	display: block;
	width: auto;  /* without this IE will stretch too-wide select 
					menus but not the other widgets. With 100% IE
					will remove sidebar borders if select menu is
					too wide */
	margin:0px 0px 5px 0px;
	background:#FFFFFF;
	border:1px solid #D1D1D1;
	padding-bottom:10px;
	}
div.margin-left5{
 margin-left:5px;
}
div.margin-right5{
 margin-right:5px;
}
div.margin-bottom5{
margin-bottom:5px;
}
div.pinkt {

	border-left:5px solid #304B98;
	/*border-top:5px solid #C2F1FF;*/
	border-top:5px solid #304B98;

	}

div.pinkb {

	border-left:5px solid #304B98;
	border-bottom:5px solid #304B98;

	}

.widget ul{
	margin:0px;
	}
.widget ul li {
	margin:0px;  

	}

.widget ul li a:link, 
.widget ul li a:visited, 
.widget ul li a:active {
	padding:2px 10px;
	color: #145EAE;
	font-size:12px;
	font-weight: normal;
	border:#FFFFFF dashed 1px; 
	}

	
.widget ul li a:hover {
	color: #FFFFFF;
	background:#304B98; 
	border-right: 1px solid #3e4552;
	border-top: 1px solid #000;
	border-bottom: 1px solid #424242;
	border-left:1px solid #304B98;
	text-decoration:none;
	}


div.widget-title {
	display: block;
	width: auto;
	margin:0;
	padding:0;
	/* more  ... */
	}

div.widget-title h3 {
	padding:5px;
	margin:0;
	font-size:14px;
	border-bottom: 2px solid #EEEEEE;
	/* more  ... */
	}	
	
div.widget-title img {
	display: block;
	width: auto;
	padding:0;
	margin:0;
	width:288px;
	overflow:hidden;	
	/* more  ... */
	}

	
/* ------------------------------------------------------------------
---------- Select MENUS INSIDE OF WIDGETS -------------------------
------------------------------------------------------------------ */

/* if a select menu is too wide to fit into the sidebar (because one 
 or several of its option titles are too long) then it will be cut off
 in IE 6 & 7 */

div.widget select { 
	/* more  ... */
	width: 98%; 		/* auto won't work in Safari */
	margin-top: 5px;
}	
	
	
/* ------------------------------------------------------------------
---------- LISTS INSIDE OF WIDGETS ----------------------------------
------------------------------------------------------------------ */

.widget ul {
	list-style-type: none;
	margin: 0; 
	padding: 0;
	width: auto;
	}

/*------------- list items with 1 link per item -----------*/
	
.widget ul li {
	margin: 2px 0 2px 0;  
	display: block;
	/* more  ... */
	}

.widget ul li a:link, 
.widget ul li a:visited, 
.widget ul li a:active {
	text-decoration: none; 
	font-weight: normal; 
	/* more  ... */
	}
.widget ul li a:link, 
.widget ul li a:visited, 
.widget ul li a:active,
.widget ul li a:hover {
	display: block;	   /* default=block. If set to "inline-block", the comments widget 
						cannot be overwritten to "inline" for IE */
	}

* html .widget ul li a:link, 
* html .widget ul li a:visited, 
* html .widget ul li a:active,
* html .widget ul li a:hover {
	height: 1%;   /* IE6 needs this */
	}
	

/* ------------------------------------------------------------------
---------- IMAGES ---------------------------------------------------
------------------------------------------------------------------ */

img { 
	border: 0;
	}

	

	
.post img.size-full {
	/*max-width: 100% auto;*/
	max-width: 96%;		/* 	resize images in the main column if needed.
							97% so images with padding and border don't touch
							the right sidebar while being resized. Change this 
							to 100% if you want, if your images
							don't have padding and a border */
	width: auto 100%;
	margin: 5px 0 5px 0;
	/*overflow-x: auto;*/
	/* more  ... */
	}



/* hiding from IE6 which would stretch the image vertically. 
IE6 will get width and height via jQuery */
div[class~=post] img { 
	height: auto; /* FF & Safari need auto */
	}	

.post img.alignleft {
	float: left; 
	margin: 10px 10px 5px 0; 
	}
	
.post img.alignright {
	float: right; 
	margin: 10px 0 5px 10px; 
	}

.post img.aligncenter {
	display: block;
	margin: 10px auto;
	}

.aligncenter, 
div.aligncenter {
   	display: block;
   	margin-left: auto;
   	margin-right: auto;
	}

.alignleft, 
div.alignleft {
	float: left;
	margin: 10px 10px 5px 0;
	}

.alignright, 
div.alignright {
   	float: right;
   	margin: 10px 0 5px 10px;
	}

/* feed icons on archives page */
div.archives-page img {
	border: 0;
	padding: 0;
	background: none;
	margin-bottom: 0;
	vertical-align: -10%;
	}
	
	
/* ------------------------------------------------------------------
---------- SMILEYS --------------------------------------------------
------------------------------------------------------------------ */

img.wp-smiley {
    float: none;  
    border: none !important; 
	margin: 0 1px -1px 1px; 
	padding: 0 !important;
	background: none !important;
	}


/* ------------------------------------------------------------------
---------- GRAVATARS ------------------------------------------------
------------------------------------------------------------------ */

img.avatar {
	float: left; 
	display: block;
	/* more  ... */
	}
.post img { padding: 5px;
border: solid 1px #dddddd;
background-color: #f3f3f3;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px; }

/* ##################################################################
---------------------------------------------------------------------
---------- DROP DOWN / FLY OUT MENUS --------------------------------
Ruthsarian's rMenu http://webhost.bridgew.edu/etribou/layouts/
modified by Bytes For All http://wordpress.bytesforall.com/
---------------------------------------------------------------------
################################################################## */


/* ------------------------------------------------------------------
---------- GENERAL MENU MECHANICS -----------------------------------
------------------------------------------------------------------ */

ul.rMenu, ul.rMenu ul, ul.rMenu li, ul.rMenu a
	{
	display: block;		/* make these objects blocks so they're easier
						to deal with */
	margin: 0;
	padding: 0;			/* get rid of padding/margin values that these
						elements may have by default */
	}
	
ul.rMenu, ul.rMenu li, ul.rMenu ul
	{
	list-style: none;	
	}
	
ul.rMenu ul
	{
	display: none;		/* hide the sub-menus until needed */
	}
	
ul.rMenu li
	{
	position: relative;	/* so sub-menus position relative to their 
						parent LI element */
	z-index: 1;
	}
	
ul.rMenu li:hover
	{
	z-index: 999;		/* make sure this and any sub-menus that pop 
						appear above everything else on the page */
	}
	
ul.rMenu li:hover > ul	/* hide from IE5.0 because it gets confused 
						by this selector */
	{
	display: block;		/* show the sub-menu */
	position: absolute;	/* remove the sub-menus from the flow of the
						layout so when they pop they don't cause any
						disfiguration of the layout. */
	}



.clearfix:after
	{}
	
.clearfix
	{
	min-width: 0;		/* trigger hasLayout for IE7 */
	display: inline-block;	/* \*/	
	display: block;	/* Hide from IE Mac */
	}
	
* html .clearfix
	{
	/* \*/  height: 1%;	/* Hide from IE Mac */ 
	}

/* Chrome and Safari don't like clearfix in some cases.
Also, adding height and font-size for IE6 */
.clearboth {
	clear: both;
	height: 1%;
	font-size: 1%;
	line-height: 1%;
	display: block;
	padding: 0;
	margin: 0;
	}

/*menu*/


ul.rMenu
	{
	top: auto;		/* a value of 100% creates a problem in IE 5.0 
				   and Opera 7.23 */
	right: auto;
	left: auto;		/* typically want a value of 0 here but set to
				   auto for same reasons detailed above */
	margin: 2px;	/* so the top border of the dropdown menu 
				   overlaps the bottom border of its parent
				   horizontal menu. */
	}

ul.rMenu li
	{
	float: left;
	width:auto;
	padding:0; margin:-1px 0 0 0;
	}
	

ul.rMenu li a
	{
	display:block; 
	margin:0 0 0 0; 
	padding:7px 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	font: 14px Arial, Verdana, sans-serif;
	font-weight:bold;
	}
ul.rMenu li a:link,ul.rMenu li a:visited,ul.rMenu li a:active { color:#EEEEEE;} 
ul.rMenu li a:hover
	{
	background-image: url(images/transWhite.png);
	padding:6px 9px;
	border-left: 1px solid #3e4552;
	border-right: 1px solid #3e4552;
	border-top: 1px solid #000;
	border-bottom: 1px solid #424242;
	text-decoration:none;

	}

ul.rMenu li .current{	
	background-image: url(images/transWhite.png);
	padding:6px 9px;
	border-left: 1px solid #3e4552;
	border-right: 1px solid #3e4552;
	border-top: 1px solid #000;
	border-bottom: 1px solid #424242;
	text-decoration:none;
}