/* default */
body{margin:10px 0px; font-family:Arial, Helvetica, sans-serif; font-size:13px}
.cname{font-size:30px; font-weight:normal;margin:0px; padding:0px;}
.welcome{font-size:22px}
a{text-decoration:none}
a.blue{color:#003399;}

/* dropdown */
.dropdown{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
	width:100%
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	border-top:1px solid #ccc;
	list-style:none;
	width:100%;
}

.dropdown ul.service{
	width:200px;
}

.dropdown ul.article{
	width:220px;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:5px 15px;
}
.dropdown li.homet{
	width:60px
}
.dropdown li.servicet{
	width:100px
}
.dropdown li.aboutt{
	width:100px
}
.dropdown li.articlet{
	width:100px
}
.dropdown li.contactt{
	width:120px
}


/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#003399;
	font-size:18px;
	font-weight:bold;
	width:100%;
}

.dropdown a:hover{
	color:#000066;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:1px solid #CCCCCC;
	border-top:0;
	margin-left:-1px;
	background-color:#FFFFFF;
	display:inline
}
.dropdown ul li a{
	font-size:14px;
}
