/* -- Account User Control */
.account_control
{
	margin: 5px 0px 10px 0px;	
	width: 650px;
}
.account_control_header
{
	color: #003466;
	height: 26px;
	font-weight: 500;
	font-size: 1.2em;	
	margin-bottom: 3px;
}

.ac_left
{
	float: left;
	height: 26px;
	width: 8px;
	background-position: left top;
	background-image: url(images/ac_left.jpg);
	background-repeat: no-repeat;	
}
.ac_content
{
	float: left;
	height: 21px;
	width: 642px;
	padding-top: 5px;
	background-color: #fbd25e;
	background-position: right top;
	background-image: url(images/ac_content_bg.jpg);
	background-repeat: repeat-y;	
}

/* -- Account Menu -- */

.account_menu
{
	width: 100%;
	height: 30px;
	font-size: 11px;
	background-position: left top;
	background-image: url(images/ac_nav_bg.gif);
	background-repeat: repeat-x;	
}

.account_menu .AspNet-Menu
{
	height: 30px;
}

.account_menu .AspNet-Menu-Horizontal
{
	height: 30px;
	background-position: left top;
	background-image: url(images/ac_nav_l.gif);
	background-repeat: no-repeat;
	padding-left: 4px;
}

.account_menu .AspNet-Menu-Leaf
{
	height: 30px;
	background-position: right top;
	background-image: url(images/ac_nav_line.gif);
	background-repeat: no-repeat;	
	padding: 8px 6px 8px 0px;
}

.account_menu .AspNet-Menu-Link
{
	display: inline;
	height: 30px;
}

/* -- account menu anchors -- */
.account_menu a
{
	height: 30px;
	padding: 8px 6px 8px 0px;
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 0;
}

.account_menu a:link
{
	color: #fff;
	text-decoration: none;
}

.account_menu a:visited
{
	color: #fff;
	text-decoration: none;
}

.account_menu a:active
{
	color: #fff;
	text-decoration: none;	
}

.account_menu a:hover
{
	color: #fff;
	text-decoration: none;
	background-position: left top;
	background-image: url(images/ac_nav_bg_hover.gif);
	background-repeat: repeat-x;	
}




