
#menu {
	list-style:none;
	width:940px;
	height:auto;



}

#menu li {
    font-size: 16px; font-weight:normal; margin-top:5px;
	float:right; height:26px;
	display:block;
	text-align:center;
	position:relative;
	padding: 9px 15px 5px 15px;
	border:none; background:url(../images/li_border.png) no-repeat right top;
}

#menu li:hover {
    height:26px;
	
	padding: 9px 15px 5px 15px;
	
	/* Background color and gradients */
	background:#ffffff;
		
	/* Rounded corners */
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	
	
}

#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
	color: #EEEEEE;
	display:block;
	outline:0;
	text-decoration:none;
}

#menu li:hover a {
	color:#161616;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu li .drop {
	padding-right:21px; z-index:1000px;
	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 {
	margin:4px auto; margin-left:2px;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border-top:none; z-index:100000;
	
	/* Gradient background */
	background:#ffffff;
	border-bottom-right-radius:		    10px;
	-moz-border-radius-bottomright:     10px;
	-khtml-border-radius-bottomright:   10px;
	-webkit-border-bottom-right-radius: 10px;
	
	border-bottom-left-radius:		    10px;
	-moz-border-radius-bottomleft:      10px;
	-khtml-border-radius-bottomleft: 	10px;
	-webkit-border-bottom-left-radius:  10px;
	
	border-top-right-radius:		    10px;
	-moz-border-radius-topright:     10px;
	-khtml-border-radius-topright:   10px;
	-webkit-border-top-right-radius: 10px;
	
	
	
	box-shadow:0px 4px 5px #5a5a5a;
	-moz-box-shadow:0px 4px 5px #5a5a5a;
	-webkit-box-shadow:0px 4px 5px #5a5a5a;
}

.dropdown_1column {width: 140px; height: 148px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 330px; z-index:1000px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

#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 {
	left:-1px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: -40px;line-height:normal;
}
.col_1 {width:200px; }
.col_2 {width:270px;}
.col_3 {width:300px;z-index:1000px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	
}

#menu li:hover .align_right {
	right:auto;
	right:-1px;
	top:auto;
}

#menu p, #menu win, #menu h2, #menu h3, #menu h4, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	
}
#menu h5{
	font-size:13px; width:100px; float:left;
	font-weight:bolder;
	margin:7px 0 14px 3;
	padding-bottom:0px;
	background:url(../images/windows.png) no-repeat 0px 5px; height:30px;  padding-top:0px; margin-bottom:3px;
    padding-left:21px; border-bottom:solid 2px #f0efef;
}
#menu h2 {
	font-size:12px; width:100px; float:left;
	font-weight:normal;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px dashed #dedede;
}
#menu h4 {
	font-size:13px; width:100px; float:left;
	font-weight:bolder;
	margin:7px 0 14px 3;
	padding-bottom:0px;
	background:url(../images/ico_linux.gif) no-repeat 0px 5px; height:30px;  padding-top:0px; margin-bottom:3px;
    padding-left:21px; border-bottom:solid 2px #f0efef;
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
	width:100px;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:12px;
	color:#015b86;
}
#menu li:hover div a:hover {
	color:#029feb;
}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 ;
}
#menu li ul li {
	font-size:12px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:200px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu li .greybox li {
	width:111px; background:url(../images/navlist_arrow_hover.png) no-repeat 3px 11px; height:21px;  padding-top:7px; margin-bottom:3px;
    padding-left:21px; float:left; border-bottom:solid 1px #f0efef;

	/* Rounded Corners */
	
}
#menu li .greybox li:hover {
	width:111px; background:url(../images/navlist_arrow_hover_express.png) no-repeat 3px 11px; height:21px;  padding-top:7px; margin-bottom:3px;
	
	padding-left:21px; border-bottom:solid 1px #88d3fc;
	
}
#menu li .linux li {
	width:111px; background:url(../images/ico_linux.gif) no-repeat 0px 5px; height:21px;  padding-top:7px; margin-bottom:3px;
    padding-left:21px; float:left; border-bottom:solid 1px #f0efef;

	/* Rounded Corners */
	
}
#menu li .linux li:hover {
	width:111px; background:url(../images/ico_linux.gif) no-repeat 0px 5px; height:21px;  padding-top:7px; margin-bottom:3px;
	
	padding-left:21px; border-bottom:solid 1px #88d3fc;
	
}#menu li .windows li {
	width:111px; background:url(../images/windows.png) no-repeat 0px 5px; height:21px;  padding-top:7px; margin-bottom:3px;
    padding-left:21px; float:left; border-bottom:solid 1px #f0efef;

	/* Rounded Corners */
	
}
#menu li .windows li:hover {
	width:111px; background:url(../images/windows.png) no-repeat 0px 5px; height:21px;  padding-top:7px; margin-bottom:3px;
	
	padding-left:21px; border-bottom:solid 1px #88d3fc;
	
}
