@charset "utf-8";
#nav,
#nav ul,
#nav li,
#nav a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/* Menu */
#nav {
	height: 45px;
	width: 80%;
	text-align: left;
	
}

#nav li {
	position: relative;
	list-style: none;
	float: right;
	display: block;
	height: 40px;
	z-index: 500;
}

/* Links */

#nav li a {
	display: block;
	padding: 0 14px;
	margin: 6px 0;
	line-height: 28px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#nav li:first-child a { border-left: none; }
#nav li:last-child a{ border-right: none; }

#nav li:hover > a {
	color: #CCCCCC;
	text-decoration: underline;
}

/* Sub Menu */

#nav ul {
	position: absolute;
	top: 40px;
	left: 0;
	opacity: 0;

	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
	background-color: #000000;
}

#nav li:hover > ul { opacity: 1; }

#nav ul li {
	height: 0;
	overflow: hidden;
	padding: 0;

	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

#nav li:hover > ul li {
	height: 36px;
	overflow: visible;
	padding: 0;
}

#nav ul li a {
	width: 100px;
	padding: 4px 0 4px 40px;
	margin: 0;

	border: none;
	border-bottom: 1px solid #353539;
}

#nav ul li:last-child a { border: none; }

/* Icons */

#nav a.webpage { background: url(../img/icon_01b.png) no-repeat 6px center; }
/*#nav {
	list-style: none;
	padding: 0;
	margin: 10px 0 20px 0;
	background: #2e2e2e url(images/nav_bar.jpg) repeat-x;
	display: block;
	overflow: hidden;
	font-size: 0.9em;
	height:33px;
	text-transform:capitalize;
}
#nav li {
	display: inline;
}
#nav li a {
	display: block;
	float: left;
	padding: 10px 20px;
	color: white;
	text-decoration: none;
}
#nav li a:hover {
	background: #1b1b1b url(images/nav_bar_o.jpg) repeat-x;
}*/
#load {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../img/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}

#content {
}
p {
	margin: 0;
	padding: 0.4em 0;
	color:#000000;
	line-height:25px;
}
#content img.right {
	float: right;
	margin: 0 0 8px 8px;

}
