#menu {
	list-style:none;
	width:1210px;
	margin:0px 0px 0px 0px;
	height:43px;
	padding:0px 0px 0px 15px;		
	
	/* Rounded Corners */
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	/* Background color and gradients */
	
	background: #555555;
	background: -moz-linear-gradient(top, #555555, #464646);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555555), to(#464646));	
	
	/* Borders */
	
	border: 1px solid #002232;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 11px 4px 11px;
	margin-right:20px;
	margin-top:7px;
	border:none;		
	z-index: 500;
}

#menu li:hover {
	border: 1px solid #000000;
	padding: 4px 10px 4px 10px;		
	z-index: 500;
	
	/* Background color and gradients */
	
	background: #7d7d7d;
	background: -moz-linear-gradient(top, #898989, #7d7d7d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#898989), to(#7d7d7d));
	
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#menu li .drop {
	padding-right:21px;
	background:url("images/drop.png") no-repeat right 8px;
}
#menu li:hover .drop {
	background:url("images/drop.png") no-repeat right 7px;
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns, 
.dropdown_6columns,
.dropdown_7columns, 
.dropdown_8columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #000000;
	border-top:none;
	
	/* Gradient background */
	background:#7d7d7d;
	background: -moz-linear-gradient(top, #7d7d7d, #636363);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7d7d7d), to(#636363));

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}
.dropdown_6columns {width: 840px;}
.dropdown_7columns {width: 980px;}
.dropdown_8columns {width: 1120px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns,
#menu li:hover .dropdown_6columns,
#menu li:hover .dropdown_7columns,
#menu li:hover .dropdown_8columns {
	left:-1px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6,
.col_7,
.col_8 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}
.col_6 {width:830px;}
.col_7 {width:970px;}
.col_8 {width:1110px;}

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

#profilemenu {
	list-style:none;
	width:1210px;
	margin:0px 0px 0px 0px;
	height:43px;
	padding:0px 0px 0px 15px;		
	
	/* Rounded Corners */
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	/* Background color and gradients */
	
	background: #555555;
	background: -moz-linear-gradient(top, #555555, #464646);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555555), to(#464646));	
	
	/* Borders */
	
	border: 1px solid #002232;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}

#profilemenuright li {
	float:right;
	display:block;
	text-align:center;
	position:absolute;
	padding: 4px 11px 4px 11px;
	margin-right:20px;
	margin-top:7px;
	border:none;		
	z-index: 500;
}

#profilemenuright li:hover {
	border: 1px solid #000000;
	padding: 4px 10px 4px 10px;		
	z-index: 500;
	
	/* Background color and gradients */
	
	background: #7d7d7d;
	background: -moz-linear-gradient(top, #898989, #7d7d7d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#898989), to(#7d7d7d));
	
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

#profilemenu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 11px 4px 11px;
	margin-right:20px;
	margin-top:7px;
	border:none;		
	z-index: 500;
}

#profilemenu li:hover {
	border: 1px solid #000000;
	padding: 4px 10px 4px 10px;		
	z-index: 500;
	
	/* Background color and gradients */
	
	background: #7d7d7d;
	background: -moz-linear-gradient(top, #898989, #7d7d7d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#898989), to(#7d7d7d));
	
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

#profilemenu li .drop {
	padding-right:21px;
	background:url("images/drop.png") no-repeat right 8px;
}
#profilemenu li:hover .drop {
	background:url("images/drop.png") no-repeat right 7px;
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns, 
.dropdown_6columns,
.dropdown_7columns, 
.dropdown_8columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #000000;
	border-top:none;
	
	/* Gradient background */
	background:#7d7d7d;
	background: -moz-linear-gradient(top, #7d7d7d, #636363);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7d7d7d), to(#636363));

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}
.dropdown_6columns {width: 840px;}
.dropdown_7columns {width: 980px;}
.dropdown_8columns {width: 1120px;}

#profilemenu li:hover .dropdown_1column, 
#profilemenu li:hover .dropdown_2columns, 
#profilemenu li:hover .dropdown_3columns,
#profilemenu li:hover .dropdown_4columns,
#profilemenu li:hover .dropdown_5columns,
#profilemenu li:hover .dropdown_6columns,
#profilemenu li:hover .dropdown_7columns,
#profilemenu li:hover .dropdown_8columns {
	left:-1px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6,
.col_7,
.col_8 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}
.col_6 {width:830px;}
.col_7 {width:970px;}
.col_8 {width:1110px;}

#profilemenu .menu_right {
	float:right;
	margin-right:0px;
}
#profilemenu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#profilemenu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#profilemenu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#profilemenu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

