@import url(http://weloveiconfonts.com/api/?family=entypo);

/* entypo */
[class*="entypo-"]:before {
	font-family: 'entypo', sans-serif;
	font-size:15px;
}

#menu {
	float:right;
	list-style:none;
	margin:0px auto 0px auto;
	padding:0px 30px 0px 0px;
	position:relative;
	left:35px;
	z-index:10;
	width:48%;
}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	margin-top:0px;
	padding: 14px 25px 14px 25px;
}
#menu li{padding: 14px 25px 14px 25px;}

#menu li a {
	
	font-family: 'PT Sans', sans-serif;
	font-size:15px; 
	color: #111111;
	display:block;
	outline:0;
	text-decoration:none;
}

#menu li:hover a {
	color:#008ddd;
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:13px 0px 0px 8px;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border-top:none;
	
	/* Gradient background */
	background:#e9e9e9 url(../images/shadow.png) 0px 0px no-repeat;
	background: -moz-linear-gradient(top, #e9e9e9, #f6f6f6) url(../images/shadow.png) 0px 0px no-repeat;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9e9e9), to(#f6f6f6)) url(../images/shadow.png) 0px 0px no-repeat;;

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

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 430px;}
.dropdown_4columns {width: 570px;}
.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:-20px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	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;}

#menu li.menu_right {
	float:right;
	margin-right:0px;
	background: url(../images/divider.jpg) left center no-repeat;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}
#menu li .align_right1 {
	/* Rounded Corners */
	-moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

#menu li:hover .align_right1 {
	left:auto;
	right:-123px;
	top:auto;
}
#menu li .align_right2 {
	/* Rounded Corners */
	-moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

#menu li:hover .align_right2 {
	left:auto;
	right:-246px;
	top:auto;
}

#menu p, #menu h2, #menu h3 {
	font-family: 'PT Sans', sans-serif;
	line-height:21px;
	font-size:14px;
	text-align:left;
	background:none;
	border:none;
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h3 {
	font-size:18px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
	font-family: 'PT Sans', sans-serif;
}

#menu ul li
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:13px;
	padding: 3px 0px;
	color:#111111;
	font-family: 'PT Sans', sans-serif;
	
}
#menu li:hover div a:hover {
	color:#008ddd;
}
#menu li:hover div h3 a {
	padding: 0px 0px 1px;
	font-size:18px;
	color:#008ddd;
	font-family: 'PT Sans', sans-serif;
}

.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 0 12px 0;
}
#menu li ul li {
	font-size:14px;
	line-height:24px;
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#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;
}




/*Toggle Function In Menu Start*/


#menuInfo{
	float:right; 
	width:43%; 
	height:45px;
	margin-top:1px;
}
#menuTogl{
	float:left;
	width:9%; 
	height:45px;
	position:relative;
	left:36px;
}
#menuTogl img:hover{
	cursor:pointer;
}
#menuLabel{
	float:left;
	width:81%; 
	height:38px;
	padding-top: 2px;
	padding-left: 38px;
	padding-bottom:5px;
	text-indent: 2px;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
	font-weight:600;
	color:#ffffff !important;
	text-align:center;
	/*border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;*/
}

#menuLabel #infTag{
	font-size: 13px;
	font-weight:100;
}

#menu_right img.disHid{
	display:none !important;	
}
.linkField:hover{
	cursor:pointer;
}
#infoAction{
	float: right; 
	/*background-color: #339dd6;*/
	background-color: #f58220; 
	width:30px; 
	height: 45px; 
	position: relative; 
	left: -3px; 
	top: 1px;
	color: #ffffff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#infoAction a{
	color:#fff;
	text-decoration:none;
}
#infoAction a:hover{
	text-decoration:none;
}
#infoAction #action1, #action2{
	margin-top:2px;
	margin-left:12px;	
}
#infoAction #action2{
	margin-top:8px;	
}
#infoAction #action1, #action2:hover{
	cursor:pointer;
}
#infoAction.disHid{
	display:none !important;	
}


/*Toggle Function In Menu End*/
