/* CSS Document - rohan.com*/

html,body{
	margin:0;
	padding:0;
	background-color: #000000;
	background-image: url(../../images/main/line_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/*Global*/

a:link, a:visited{ color:#FFFFFF; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:14px;padding-bottom: 2px;}
a:hover{ text-decoration:none;color:#00A4E7;}

.menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../../images/main/but.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 100px;
}
.menu a, .menu a:visited{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;}
.menu a:hover{
padding-bottom: 2px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #FFFFFF;
}