#incontent { float: right; margin: 5px; padding: 12pt; }

#incontent {
	width: 302px;
	text-align: right;
	}	

#leftcontent ul {
	padding: 7px;
	}
	

   /* the styling */
#nav {float:left; width:100%; height:auto; background:#fff; position:relative;}

#nav .select, #nav .current {color:#005284; margin:0; padding:0; list-style:none; display:block;}

#nav li {display:inline; margin:0; padding:0;height:auto;}

#nav .select a,
#nav .current a {display:block; height:24px; float:left; background:#003366; padding:0 0 0 2px; border-bottom:1px solid #A60000; text-decoration:none; font-size:9px; line-height:20px; white-space:nowrap; margin-left:2px;}
* html #nav .select a, * html #nav .current a {width:1px;}

#nav .select a b {height:100%; display:block; background:#005284; padding:0 6px 0 3px; color:#fff; text-decoration:none;}

#nav .current a b {height:100%; display:block; background:#005284; padding:0 6px 0 3px; color:#fff; text-decoration:none;}

#nav .select a:hover, 
#nav .select li:hover a {background:#599cc0; background-position:0 -75px; border-color:#A60000; color:#fff; cursor:pointer;}

#nav .select a:hover b, 
#nav .select li:hover a b {background:#599cc0; background-position:100% -75px; border-color:#A60000; color:#005284;}

#nav .sub {display:none;}

/* for IE5.5 and IE6 only */
#nav table {position:absolute; border-collapse:collapse; left:0; top:0; font-size:9px;}

/* background changed due to the header problems in the various blogs. Current section no longer highlighted. */
#nav .current a {background-position:0 -75px; background:#599cc0; border-color:#A60000;}
#nav .current a b {background-position:100% -75px; background:#599cc0; color:#fff;}


#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {background:#005284; color:#ffffff; text-decoration:underline;}

#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {background:#005284; color:#ffffff; text-decoration:underline;}

#nav .select li a:hover .sub, 
#nav .select li:hover .sub {
display:block; 
position:absolute; 
width: 1019px;
top:21px; 
left:0; 
background:#599cc0; 
margin-top:1px; 
padding:0; 
z-index:100; 
color:#fff; 
border-bottom:3px solid #A60000;
border-left:3px solid #A60000;
border-right:3px solid #A60000;
}

#nav .sub, #nav .sub_active {margin:0; padding:0; list-style:none;}
#nav .sub_active {
display:block; 
position:absolute; 
width: 1019px;
top:21px; 
left:0; 
background:#599cc0; 
margin-top:1px; 
padding:0; z-index:10; 
color:#fff; 
border-bottom:3px solid #A60000;
border-left:3px solid #A60000;
border-right:3px solid #A60000;
}

* html #nav .sub_active, * html #nav .select a:hover .sub {z-index:-1; margin-top:0; margin-t\op:1px;}

#nav .sub_active a {height:40px; float:left; text-decoration:none; line-height:40px; white-space:nowrap; font-weight:normal;}
#nav .sub_active a, 
#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {display:inline; background:#599cc0; padding:0 10px; margin:0; font-size:9px; width:auto; white-space:nowrap; font-weight:700; border:0; color:#fff; height:36px; line-height:37px; }


/*
	custom.css — custom styles for Cutline that YOU define
	------------------------------------------------------
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	Instructions:
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	Here's an example:
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	.custom a { color: #c00; text-decoration: none; }
	Cool? Now get to hackin!
*/

/* CSS Document */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/doors_drop_line_three.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */