/**************************************
 * THEME NAME: SIA_menu
 *
 * Files included in this sheet:
 *
 *   SIA_menu/SIA_layout.css
 *   SIA_menu/SIA_color.css
 *   SIA_menu/SIA_fonts.css
 *   SIA_menu/SIA_topmenu.css
 *   SIA_menu/SIA_default.css
 **************************************/

/***** SIA_menu/SIA_layout.css start *****/

/* Core */
body
{
 margin: 5px;
}

body, p, th, td, li, .sideblock .content
{
 line-height: 1.4;
}

.surround
{
 margin-left: auto;
 margin-right: auto;
 max-width: 1800px;
 min-width: 900px;
 width: 1000px;
 position: relative;
}

h1.main, h2.main, h3.main, h4.main, h5.main, h6.main
{
 text-align: left;
 padding-left: 5px;
}

h1, h2, h3, h4
{
 text-align: left;
}

h1
{
 padding: 6px;
}

h2
{
 padding: 4px;
}

h2.headingblock.header
{
 border-width: 1px;
}

h2.main
{
 border-width: 0px;
}

h3
{
 padding: 3px;
}

#layout-table #left-column, #layout-table #right-column
{
 /*border: 1px solid;*/

 border-style: none;
}

#left-column .hidden .header, #right-column .hidden .header
{
 border-bottom-style: dashed;
 border-bottom-width: 1px;
}

#layout-table
{
 border-style: none;
}

#content
{
 clear: both;
 overflow: auto;
}

h1, h2, h3, th.header
{
 border-width: 0px;
 border-style: solid;
}

h4 
{
 border-bottom-style: solid;
 border-bottom-width: 1px;
}

input, select 
{
 padding: 0px;
}

#layout-table #middle-column 
{
 vertical-align: top;
 padding-left: 0px;
 padding-right: 5px;
}

#layout-table #left-column 
{
 vertical-align: top;
 padding-top: 1px;
 padding-left: 0px;
 padding-right: 5px;
}

#layout-table #right-column
{
 vertical-align: top;
 padding-top: 1px;
 padding-left: 0px;
 padding-right: 0px;
}

.sitetopic
{
 padding: 0px;
 margin: 0px;
}

.generaltable
{
 border-width: 0px;
}

.glossarytable
{
 border-width: 1px;
 border-style: solid;
}

.generalbox
{
 border-width: 1px;
 border-style: solid;
 padding: 5px;
 margin-bottom: 30px;

}

.sitetopiccontent 
{
 border-width: 1px;
 border-style: solid;
}

.clearfix
{
 min-width: 0;/* overflow: hidden; */
}

.clearfix:after 
{
 /* content: "<!-- -->";  */

 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix
{
 height: 1%;
}

.clearfix
{
 display: block;
}

/* End hide from IE-mac */
/***
 *** Header
 ***/
#header-home
{
 /* padding:1em 0.5em; */
 border-width: 0px;
 border-style: solid;
}

#header 
{

 border-width: 0px;
 border-style: solid;
}

.headermain, h1.headermain
{
 float: left;
 margin: 0%;
 padding: 0%;
 border-width: 0px;
 padding-left: 0px;
}

.headermenu
{
 float: right;
 text-align: right;
}

.header-profilepic
{
 text-align: right;
 margin-bottom: 8px;
 width: 78px;
 height: 78px;
 border-color: #999999;
 border-width: 1px;
 border-style: solid;
}

.header-profileblock
{
 float: right;
 text-align: right;
 position: absolute;
 right: 0px;

}

.header-profilename
{
 text-align: right;
 margin-top: 5px;
 margin-right: 5px;
}

.header-profileoptions
{
 text-align: right;
 margin-top: 5px;
 margin-right: 5px;
}

.header-profileoptions ul li
{
 padding-left: 10px;
 display: inline;
}

.header-profileoptions .loginform
{
 width: 7em;
 margin-left: 4px;
 margin-top: 5px;
 display: inline;
}



.navbar
{
 width: 100%;
 padding-top: 3px;
 padding-right: 0.5em;
 padding-bottom: 3px;
 padding-left: 0.5em;
 border-width: 0px;/*  border-style:solid; */
}

div.navbar
{
 width: auto;
}

table.navbar 
{
 width: 100%;
}

.navbar .navbutton form 
{
 float: left;
}

.navbar .navbutton 
{
 margin-top: 3px;
}

.navbar .breadcrumb 
{
 float: left;
 margin-top: 0.2em;
 margin-right: 0em;
 margin-bottom: 0.2em;
 margin-left: 0em;
}

.breadcrumb ul 
{
 padding: 0%;
 margin: 0%;
 text-indent: 0%;
 list-style: none;
}

.breadcrumb li 
{
 display: inline;
}

.navbar .navbutton, .navbar .menu
{
 float: right;
}

#footer .navbar 
{
 margin-top: 4em;
}

/***
 *** Login
 ***/
table.loginbox
{
 margin-top: 40px;
}

.loginbox .header
{
 border-width: 1px;
 border-style: solid;
 border-bottom-width: 0px;
}

.loginbox .content
{
 border-top-width: 1px;
}

.block_login .loginform div
{
 margin-top: 0.3em;
 margin-right: 0.8em;
 margin-bottom: 0.3em;
 margin-left: 0.8em;
 text-align: center;
 display: block;
}

#login_username, #login_password
{
 width: 9em;
}

/***
 *** Footer
 ***/
#footer
{
 text-align: center;
 margin-top: 4px;
 margin-bottom: 0px;
 padding: 4px;
}

#footer p.helplink
{
 margin-bottom: 0px;
}

/***
 *** Blocks
 ***/
.sideblock
{
 width: 260px;
 border-style: solid;
 border-width: 0px;
}

.sideblock .content
{
 padding-top: 2px;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 5px;
  /* width: 17em; /* ems so it will grow */
 background: url(images/sideblock_body.gif) no-repeat bottom left;
 border-style: solid;
 border-width: 0px;
}

.sideblock .header,
{
 border-style: solid;
 border-width: 0px;
}

.sideblock .header h2
{
 padding-top: 4px;
 border-style: solid;
 border-width: 0px;
}

.sideblock .header .hide-show-image
{
 padding-top: 4px;
 padding-right: 4px;
}

.sideblock .footer
{
 border-top-width: 1px;
 border-top-style: dashed;
 margin-top: 4px;
 margin-bottom: 4px;
}

/***
 *** Calendar
 ***/
#calendar .maincalendar, #calendar .sidecalendar, #calendar .maincalendar .event
{
 border-style: solid;
 border-width: 1px;
 padding: 4px;
}

#calendar .sideblock .header
{
 border-left-width: 0px ! important;
 border-left-style: solid ! important;
 border-top-width: 0px ! important;
 border-top-style: solid ! important;
 border-right-width: 0px ! important;
 border-right-style: solid ! important;
 border-bottom-width: 0px ! important;
 border-bottom-style: solid ! important;
}

#calendar .today, .minicalendar .today
{
 border-width: 1px ! important;
 border-style: solid ! important;
}

table.minicalendar
{
 width: 100%;
 margin-top: 10px;
 margin-right: auto;
 margin-bottom: 10px;
 margin-left: auto;
 padding: 2px;
 border-width: 1px;
 border-style: solid;
 border-collapse: separate;
 border-spacing: 1px ! important;
}

table.minicalendar tr.weekdays th
{
 border-style: none;
}

table.minicalendar tr td.day
{
 border-style: solid;
 border-width: 1px;
}

table.minicalendar tr.weekdays th abbr
{
 border-style: none;
}

table.calendarmonth
{
 border-collapse: separate;
 border-spacing: 1px ! important;
 border-style: none;
}

table.calendarmonth tr td
{
 border-style: solid;
 border-width: 1px;
}

.cal_popup_bg
{
 position: relative;
 left: -350px;
 padding: 0px;
 margin: 0px;
 border-width: 1px;
 border-style: solid;
}

/***
 *** Course
 ***/
.headingblock
{
 -moz-border-radius: 7px;
 -webkit-border-radius: 7px;
 border-style: solid;
 border-width: 1px;
 padding: 4px;
}

.categorybox .category, .categorybox .category
{
 border-bottom-style: solid;
 border-width: 1px;
 padding-top: 7px;
}

#course-view .section .left
{
 border-right-width: 1px;
 border-right-style: dashed;
}

#course-view .section.hidden .content, #course-view .section.hidden .side
{
 border-width: 1px;
 border-style: dashed;
}

#course-view .section td.content ul.section.img-text
{
 line-height: 22px;
}

#course-view .section td.content ul.section.img-text li.activity.label
{
 line-height: 16px;
 margin-bottom: 5px;
}

.coursebox .info .name
{
 padding-bottom: 5px;
}

.tabrow0
{
 padding-top: 4px;
}

.courseboxes
{
 width: 95%;
}

/***
 *** Modules: glossary
 ***/
.entry .concept, .entryheader .concept
{
 margin-top: 5px;
 margin-bottom: 10px;
}

.glossarypost.continuous
{
 padding: 5px;
}

/***
 *** Error message
 ***/
.errorbox
{
 /*   color:#ffffff; */

 border-width: 2px;
}/***** SIA_menu/SIA_layout.css end *****/

/***** SIA_menu/SIA_color.css start *****/

/* Core */

body {
/*  background-color: #eeeeee; */
  background-color: #ffffff;
  color:#555555;
}

.surround {
  background: #ffffff;
  border-top: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid #ffffff;
 }

h1 {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #ffffff;
}

h2 {
  background: #d7d7db url('images/sideheader.jpg') repeat-x;
  border-style: solid;
  color: #606060;
}

h2 .headingblock, .header  {
 background: #d7d7db url('images/sideheader.jpg') repeat-x;
   border-color:#fee98c;
    color: #606060;
	}



h3 {
  border-color:#cccccc;
}
h4 {
  border-color:#cccccc;
}

.headermenu {
  color: #cccccc;
}

.headermenu a {
  color: #606060;
}


th {
  background: #d7d7db url('images/sideheader.jpg') repeat-x;
  border-color:#cccccc;
  color: #606060;
}

th.header,
td.header,
div.header {
  background: #d7d7db url('images/sideheader.jpg') repeat-x;
  border-color:#cccccc;
  color: #606060;
}

th.header a,
td.header a,
div.header a {
  color: #555555;
}

th.header {
  border-color: #cccccc;
}

#left-column .hidden .header, #right-column .hidden .header {
  border-color:#cccccc;
}


#layout-table #left-column, #layout-table #right-column {
    /*background-color: #ffffff;*/
    border-color:#cccccc;
}



.generalbox {
  border-color:#cccccc;
  background-color:#FFFFFF;
}

.generaltable,
.generaltable td {
  border-color:#cccccc;
/*  background-color:#FFFFFF;  */
}

/* .generaltable .r0 td.cell.c0 {
 background-color:#cccccc; 
} */

.generaltable .r0 {
 background-color:#ffffff;
}

.generaltable .r1 {
 background-color:#ffffff;
}

.generaltable .r1 td.cell.c0 {
border-color:#cccccc;
/* background-color:#555555; */
}

.navbar{
/*  background: none; */
  background-image: url(images/navbar.jpg);
  background-color:#d7d7db;
  color: #555555;
}

.navbar a {
  background: none;
}


.sitetopiccontent {
  border-color:#cccccc;
  background-color:#FFFFFF;
}

.highlight {
  background-color:#cccccc;
}

.highlight2 {
  color:#cccccc; /* highlight missing terms in forum search */
}

/***
 *** Roles
 ***/

.rolecap .inherit.capdefault, .rolecap .allow.capdefault {
  background-color:#555555;
}

#admin-roles-override .capcurrent {
  background-color:#555555;
}

/***
 *** Header
 ***/


/***
 *** Login
 ***/


.loginbox,
.loginbox.twocolumns .loginpanel,
.loginbox .subcontent {
  border-color:#cccccc;
}

.loginbox .content {
  border-color:#cccccc;
}

/***
 *** Footer
 ***/

#footer {
background-color:#e0e0e0;
}

 
#footer p.helplink {

}


/***
 *** Blocks
 ***/
 
.sideblock {
   color:#555555;
   background-color: transparent;
   border-color: #cccccc;
   border-style: solid;
   border-width: 0px;
}

.sideblock, .sideblock .content {
   border-color: #cccccc;
/*   background-color: transparent; */
   color:#555555;
   margin_left: 3px;
   border-style: solid;
   border-width: 0px;

}


.sideblock .header {
 background: url(images/sideblock_header.gif) no-repeat;
 background-color:#fefefe;
 color: #606060;
 border-color: #cccccc;
 border-style: solid;
 border-width: 0px;

}

.sideblock .header h2 {
 background: none;
 color: #ffffff;
 border-color: #cccccc;
 margin-left: 3px;
 border-style: solid;
 border-width: 0px;

}

.sideblock hr {
  color:#cccccc;

}

.sideblock .footer {
  border-top-color:#cccccc;
     margin_left: 3px;
}

.sideblock .content .post .head .date,
.sideblock .content .post .head .name {
  color: #555555;
}


/***
 *** Calendar
***/
 
#calendar .maincalendar,
#calendar .eventlist .event {
  border-color: #cccccc;
  background: #ffffff;
}

#calendar .maincalendar .header {
  border-color: #cccccc;
  color: #555555;
  background: #d7d7db url('images/sideheader.jpg') repeat-x;
}

#calendar .sideblock {
  border-left: #cccccc !important;
  border-top: #cccccc !important;
  border-right: #cccccc !important;
  border-bottom: #cccccc !important;

}

#calendar .sideblock, {
  background: #ffffff;
}

#calendar .event {
  border-color: #ff0000;
}

#calendar .maincalendar table.calendarmonth th {
  border-color: #cccccc;
}

#calendar .maincalendar table.calendarmonth td {
  border-color: #cccccc;
}


table.calendarmonth tr td {
   border-color:#cccccc;
}


table.minicalendar {
  border-color:#cccccc;
  
}



table.minicalendar tr.weekdays th {
  background-color:#555555;
  border-color:#cccccc;
}

table.minicalendar tr td.day {
   border-color:#cccccc;
  }
  
table.minicalendar tr td.weekend {
  border-color:#cccccc;
  color: red;
  }
  
#calendar .today,
.minicalendar .today {
  border-color:#ff0000 !important;
}
  
/* colors for calendar events */
#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
  border-color:#def2ba !important;
  background-color:#def2ba;
}

#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
  border-color:#c6dfeb !important;
  background-color:#c6dfeb;
}

#calendar .event_group,
.minicalendar .event_group,
.block_calendar_month .event_group {
  border-color:#feffc2 !important;
  background-color:#feffc2;
}

#calendar .event_user,
.minicalendar .event_user,
.block_calendar_month .event_user {
  border-color:#d9c6e2 !important;
  background-color:#d9c6e2;
}

.cal_popup_fg {
  background-color:#ffffff;
}

.cal_popup_bg {
  border-color:#cccccc;
  background-color:#ffffff;
}


/***
 *** Course
 ***/

.headingblock {
  border-color:#fee98c;
  background: #d7d7db url('images/sideheader.jpg') repeat-x;
  color: #606060;
}

/* course */
.headingblock .outline {
  border-color:#cccccc;
  color: #606060;

  
}


.coursebox {
  border-color:#cccccc;
  background: #ffffff;
}

.coursebox .info {
 background: #ffffff;
}

.categoryboxcontent,
.courseboxcontent {
  border-color:#cccccc;
  background: #FFFFFF;
}

.categorybox .category,
.categorybox .category {
  border-color: #cccccc;
}

#course-view .section.main .content {
  border-color: #cccccc;
  background-color: #FFFFFF;
}

#course-view .section.main .side {
  border-color: #cccccc;
  background-color: #FFFFFF;
}

#course-view .current .right.side,
#course-view .current .left.side {
  background-color: #cccccc;
}

#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-color:#cccccc;
 }




/***
 *** Tabs
 ***/


ul.tabrow li {
  background:url(pix/tab/left.gif) top left no-repeat;
}

.tabs .side {
  border-color: #cccccc;
}
.tabrow td {
  background:url(pix/tab/left.gif) top left no-repeat;
}
.tabrow td .tablink {
  background:url(pix/tab/right.gif) top right no-repeat;
}
.tabrow td:hover {
  background-image:url(pix/tab/left_hover.gif);
}
.tabrow td:hover .tablink {
  background-image:url(pix/tab/right_hover.gif);
}
.tabrow .last span {
  background:url(pix/tab/right_end.gif) top right no-repeat;
}
.tabrow .selected {
  background:url(pix/tab/left_active.gif) top left no-repeat;
}
.tabrow .selected .tablink {
  background:url(pix/tab/right_active.gif) top right no-repeat;
}
.tabrow td.selected:hover {
  background-image:url(pix/tab/left_active_hover.gif);
}
.tabrow td.selected:hover .tablink {
  background-image:url(pix/tab/right_active_hover.gif);
}

/***
 *** Modules: Forum
 ***/

.forumheaderlist,
.forumpost {
  border-color:#cccccc;
}

.forumpost .content {
  background: #ffffff;
}

.forumpost .left {
  background:#f3f3f3; 
}



.forumpost .topic {
  border-bottom-color: #cccccc;

}

.forumpost .starter {

}

.forumheaderlist .discussion .starter {
  background:#ffffff; 
}

.forumheaderlist td {
  border-color: #cccccc;
}

.sideblock .post .head {
  color:#ffffff;
}

.forumthread .unread {
  background: #ffffff;
}
#mod-forum-discuss .forumpost {
  background: none;
}

#mod-forum-discuss .forumpost.unread .content {
  border-color: #cccccc; 
} 

#mod-forum-discuss .forumthread .unread {
} 

#mod-forum-index .unread {
}

/***
 *** Modules: glossary
 ***/

.picture,
.entryattachment,
.entryapproval {
  background-color: #3b5998;
 } 

.entrybox {
  border-color: #cccccc;
 }

.glossarypost.dictionary,
.glossarypost.fullwithauthor,
.glossarypost.fullwithoutauthor,
.glossarypost.continuous, 
.glossarypost.encyclopedia,
.glossarypost.faq {
  border-color: #cccccc;
  background-color: #FFFFFF;
}

.glossarycategoryheader th  {
  background-color: #F7F6F1;
}


.glossarycategoryheader h2,
.glossarypost .concept h3 {
  background-color: #FFFFFF
}


/***
 *** Error message
 ***/

.errorbox {
/*   color:#ffffff; */
   border-color:#990000;
   background-color:#ffffff;
 }

.errorboxcontent {
   background-color:#ffffff;
}
 

/***
 *** Grade
 ***/

.grade-report-grader table#user-grades td.cell span.gradepass {
  background-color: #C2EBBD; 
}

.grade-report-grader table#user-grades td.cell span.gradefail {
  background-color: #EBC4BD;
}

/***
 *** User
 ***/

.userinfobox {
 border-color: #cccccc;
}

.userinfobox .side {
 background-color: #ffffff;
}

.userinfobox .content {
 background-color: #ffffff;
}

/***** SIA_menu/SIA_color.css end *****/

/***** SIA_menu/SIA_fonts.css start *****/

/* Core */

.clearer {
  font-size:1px;
}

body, td, li, input, select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size : 13px;
}

th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
    font-size:1.2em;
    font-weight: bold;
}

h2 {
    font-size:1.15em;
	letter-spacing: -1px;
}

h2.headingblock.header  {
    font-size:1.15em;
	letter-spacing: -1px;

	}

h3 {
    font-size:1.1em;
}
h4 {
    font-weight:bold;
}

.headermain {
  font-size: 1.7em;
}

th.header,
td.header,
div.header,
.headingblock {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1em;
}


.categorybox .category {
/*  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
    font-size: 1.2em;
    font-weight: bold;
}

.generaltable td.cell.c0 {
  font-weight: bold;
}
/***
 *** Header
 ***/

.breadcrumb {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:1em;
    font-weight:normal;
}

.breadcrumb a {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:1em;
    font-weight:normal;
}

.logininfo,
#header-home .headermenu font {
     font-size:.8em;
}

.header-profilename a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:1.8em;
	letter-spacing: -3px;
	text-decoration: none;
	font-weight:bold;

}

.header-profileoptions a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: -1px;
}

 /***
 *** Blocks
 ***/

.sideblock .footer {
    font-size:0.85em;
    text-align: left;
}

/***
 *** Calendar
 ***/
#calendar .maincalendar table.calendarmonth td {
  font-size:1em;
}

#calendar .maincalendar .calendar-controls .current {
  font-weight: bold;
}

#calendar .sidecalendar .filters {
  font-size:0.75em
  }

table.minicalendar tr.weekdays th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.7em;
  font-weight:normal;
  }

table.minicalendar tr td {
  font-size:0.75em;
  }
  
/***
 *** Course
 ***/
  
#course-view .section .left {
  font-weight: bold;
  font-size: 1.2em;
}

.coursebox .info .name {
  font-weight: bold;
  font-size: 1.2em;
}

/* Accessibility: only certain fonts support Unicode chars like &#x25BA; in IE6 */
.arrow, .arrow_button input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*
span.arrow {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
} */

p.arrow_button input {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/*Accessibility: resizable icons. */
img.resize {
  width: 1em;
  height: 1em;
}

/***
 *** Forum
 ***/

.forumpost .topic .subject {
  font-weight: bold;
  font-size: 1.2em;
}

/***
 *** Glossary
 ***/
.glossarypost div.concept h3,
.glossarypost.continuous .concept {
  display: inline;
}
/***** SIA_menu/SIA_fonts.css end *****/

/***** SIA_menu/SIA_topmenu.css start *****/

/* ================================================================
This copyright notice must be kept untouched in the stylesheet at
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */

.preload1 {background: url(three_1.gif);}
.preload2 {background: url(three_1a.gif);}

#top_menu  {
 -moz-border-radius: 7px;
 -webkit-border-radius: 7px;
 -khtml-border-radius: 7px
 border-radius: 7px;
 border-width: 0px;
 border-style: solid;
 border-color: #353d77;
 background-image: url(images/three_0.gif);
 background-color: #fff;
 background-repeat: repeat-x;
 height: 35px;
 padding-left: 5px;
 padding-right: 5px;
 background-color: #2731B2;
 position: relative;
}

#nav_date {
	position: absolute;
	top: 10px;
	right: 5px;
	z-index: 99999;
}


#nav_date a {
	float:right;
	color: #ccc;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}


#nav {padding:0; margin:0; list-style:none; height:38px; position:relative; background:#fff url(images/three_0.gif) repeat-x; z-index:500;}
#nav li.top {display:block; float:left; height:38px;}

/*
#nav {
 padding: 0;
 margin: 0;
 list-style: none;
 position: relative;
 height:38px;
 z-index: 10500;
}


#nav li.top {
 display: block;
 float: left;
 height: 38px;
}

*/

#nav li a.top_link {display:block; float:left; height:35px; line-height:33px; color:#ccc; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;background: url(images/three_0.gif);}

/*
#nav li a.top_link {
 display: block;
 float: left;
 height: 35px;
 line-height: 33px;
 color: #ccc;
 text-decoration: none;
 font-size: 11px;
 font-weight: bold;
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 12px;
 cursor: pointer;
 background-image: url(images/three_0.gif);
}
*/

/* #nav li a.top_link span {float:left; display:block; padding:0 20px 0 10px; height:35px; background: url(images/three_0.gif) right top no-repeat;} */
#nav li a.top_link span
{
 float: left;
 display: block;
 padding-top: 0;
 padding-right: 20px;
 padding-bottom: 0;
 padding-left: 8px;
 height: 35px;
 background-image: url(images/three_0.gif);
 background-position: right top;
 background-repeat: no-repeat;
}

/* #nav li a.top_link span.down {float:left; display:block; padding:0 20px 0 10px; height:35px; background: url(images/three_0a.gif) no-repeat right top;} */
#nav li a.top_link span.down
{
 float: left;
 display: block;
 padding-top: 0;
 padding-right: 20px;
 padding-bottom: 0;
 padding-left: 7px;
 height: 35px;
 background-image: url(images/three_0a.gif);
 background-repeat: no-repeat;
 background-position: right top;
}

#nav li a.top_link span.home
{
 float: left;
 display: block;
 padding-top: 0;
 padding-right: 20px;
 padding-bottom: 0;
 padding-left: 8px;
 height: 35px;
 background-image: url(images/three_0.gif);
 background-repeat: no-repeat;
 background-position: right top;
}


#nav li:hover a.top_link {color:#fff; background: url(images/three_1.gif) no-repeat;}
#nav li:hover a.top_link span {background:url(images/three_1.gif) no-repeat right top;}
#nav li:hover a.top_link span.down {background:url(images/three_1a.gif) no-repeat right top;}


/* Default list styling */
#nav li:hover
{
 position: relative;
 z-index: 10200;
}

/*
colori :  DFDFDF : grigio chiaro
          2731B2 : blu della barra
          fee98c : giallo paglierino
*/

#nav li:hover ul.sub
{
 left: 1px;
 top: 38px;
// background-color: #2731B2;
 background-color: #DFDFDF;
 padding: 2px;
 border-color: #2731B2;
 border-width: 2px;
 border-style: solid;
 white-space: nowrap;
 width: 250px;
 height: auto;
 z-index: 10300;
}

#nav li:hover ul.sub li
{
 display: block;
 height: 20px;
 position: relative;
 float: left;
 width: 250px;
 font-weight: normal;
}

#nav li:hover ul.sub li a
{
 display: block;
 font-size: 10px;
 height: 18px;
 width: 248px;
 line-height: 18px;
 text-indent: 2px;
 color: #000;
 text-decoration: none;
 border-color: #DFDFDF;
 border-width: 1px;
 border-style: solid;
}

#nav li ul.sub li a.fly
{
 background-position: 243px 6px;
 background-image: url(arrow.gif);
 background-color: #DFDFDF;
 background-repeat: no-repeat;
}

#nav li:hover ul.sub li a:hover
{
 background-color: #2731B2;
 color: #fff;
 border-color: #fff;
 font-weight: bold;
}

#nav li:hover ul.sub li a.fly:hover
{
 background-position: 243px 6px;
 background-image: url(images/arrow_over.gif);
 background-color: #2731B2;
 background-repeat: no-repeat;
 color: #fff;
}

#nav li:hover li:hover ul, #nav li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover li:hover ul
{
 left: 250px;
 top: -4px;
 background-color: #DFDFDF;
 padding: 3px;
 border-color: #2731B2;
 border-width: 1px;
 border-style: solid;
 white-space: nowrap;
 width: 250px;
 z-index: 10400;
 height: auto;
/* font-weight: bold; */
}

#nav ul, #nav li:hover ul ul, #nav li:hover li:hover ul ul, #nav li:hover li:hover li:hover ul ul, #nav li:hover li:hover li:hover li:hover ul ul
{
 position: absolute;
 left: -9999px;
 top: -9999px;
 width: 0;
 height: 0;
 margin: 0;
 padding: 0;
 list-style: none;
}


#nav li:hover li:hover a.fly, #nav li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover li:hover a.fly
{
 background-position: 243px 6px;
 background-image: url(images/arrow_over.gif);
 background-color: #2731B2;
 background-repeat: no-repeat;
 color: #fff;
 border-color: #fee98c;
 font-weight: bold;
}


#nav li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li:hover li a.fly
{
 background-position: 243px 6px;
 background-image: url(images/arrow.gif);
 background-color: #DFDFDF;
 background-repeat: no-repeat;
 color: #000;
 border-color: #fee98c;
}/***** SIA_menu/SIA_topmenu.css end *****/

/***** SIA_menu/SIA_default.css start *****/

/* Core */

a:link {
    color: #02416D;
}

a:visited {
    color:#02416D;
}

a:hover {
    color: #83c8ff;
	text-decoration:none;
}

a.dimmed:link,
a.dimmed:visited {
  color:#AAAAAA;
}

/***
 *** Top Menu
 ***/



/*
#top_menu {
	padding-top: 5px;
}
/*	background:url('three_0.gif') repeat-x top center;
}
*/

/*
#top_menu ul li {
	background:url('images/default/top_menu_line.gif') right top no-repeat;
}
*/

/***
 *** Header
 ***/

#logo {
background: url('images/default/logo.gif') no-repeat left top;
height: 95px;
width: 400px;
}

#header {
  background: transparent;
  height: 95px;
}

#header-home {
  background: transparent;
  width: 200px;
/*  height: 90px; */
  position: absolute;
  left: 0px;
}

h1.headermain {
  background-color: transparent;
}

.header-profilename, .header-profilename a {
	background-color: transparent;
	color:#606060;

}

.header-profilename, .header-profilename a:hover {
	background-color: transparent;
	color: #83c8ff;
	text-decoration:none;

}

.header-profileoptions {
	background-color: transparent;
	color:#404040;

}

.header-profileoptions, .header-profileoptions a {
	background-color: transparent;
	color:#404040;

}


.header-profileoptions a:hover {
	background-color: transparent;
	color: #83c8ff;
	text-decoration:none;

}
/***** SIA_menu/SIA_default.css end *****/


